Eclipse Platform
Pre-release 3.0

org.eclipse.core.boot
Interface IPlatformRunnable

All Superinterfaces:
IPlatformRunnable
All Known Implementing Classes:
AntRunner

public interface IPlatformRunnable
extends IPlatformRunnable

Bootstrap type for the platform. Platform runnables represent executable entry points into plug-ins. Runnables can be configured into the Platform's org.eclipse.core.runtime.applications extension-point or be made available through code or extensions on other plug-in's extension-points.

Clients may implement this interface.

Note: This is obsolete API that will be replaced in time with the OSGI-based Eclipse Platform Runtime introduced with Eclipse 3.0. This API will be deprecated once the APIs for the new Eclipse Platform Runtime achieve their final and stable form (post-3.0).


Field Summary
 
Fields inherited from interface org.eclipse.core.runtime.IPlatformRunnable
EXIT_OK, EXIT_RESTART
 
Methods inherited from interface org.eclipse.core.runtime.IPlatformRunnable
run
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.